home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / banging_the_metal / qdos / qdos4amiga3.lha / QDOS4amiga3_readme < prev    next >
Text File  |  1998-02-24  |  3KB  |  88 lines

  1. Short:    QL clone v3.24 (QDOS support disk)
  2. Type:     misc/emu
  3. Uploader: msw@blackpool.ac.uk
  4. Author:   Rainer Kowallik & Mark J Swift
  5. Version:  3.24
  6. Replaces: misc/emu/QDOS4amiga3.lha
  7.   ____    _  _   _   ____    ____          ____   ____    ____    ____
  8.  / __ \  / \/ \ | | / ___|  / __ \        / __ \ |  _ \  / __ \  / ___|
  9. | |__| ||      || || |   _ | |__| |  __  | |  | || | \ \| |  | | \_ \
  10. |  __  || |\/| || || |__| ||  __  | |__| | |_/  \| |_/ /| |__| | __\ \
  11. |_|  |_||_|  |_||_| \____/ |_|  |_|       \___/\/|____/  \____/ |____/
  12.  
  13. S O F T W A R E   Q D O S   E M U L A T O R   F O R   T H E   A M I G A
  14.  
  15.  
  16. Format a QL (QDOS) disk and copy the contents of this archive onto it
  17. to create a BOOTable QDOS support disk for the Sinclair QL emulator.
  18.  
  19.  
  20. SUPPORT DISK FEATURES
  21.  
  22. * BOOT       - boot-up, load a RAM disk & install some toolkits
  23. * PDTK       - Freeware BASIC toolkit with many TK2-like commands
  24. * D68K       - SuperBASIC toolkit for disassembling files & memory
  25. * NO_TAS     - patch over TAS instructions with Amiga-friendly code
  26. * SYS_REF    - patch your progs to run when sys vars are relocated
  27. * C68PATCH   - patch C68 programs to be COPYBACK friendly
  28. * XCHPATCH   - patch PD XCHANGE for COPYBACK compatibility
  29. * XCHANGE    - integrated wordprocessor, spreadsheet, etc... (patched)
  30. * DOC2RTF    - translate QUILL DOC files into .RTF form
  31. * MEMORY_MAP - simple program to display the QL memory map
  32. * PLAY_MUSIC - demonstration of the musical capabilities of BEEP
  33.  
  34.  
  35. WHAT'S NEW
  36.  
  37. *  some bug fixes - mostly to do with cache and COPYBACK compatibility
  38.  
  39.  
  40. CREATING THE QDOS SUPPORT DISK
  41.  
  42. Creating the QDOS support disk on an Amiga requires that the xfs
  43. filesystem is mounted. XFS allows access to a multitude of disk
  44. formats including QL (QDOS) disks. XFS is can be found on the aminet
  45. in disk/misc.
  46.  
  47. The support disk can be created from a CLI as follows:
  48.  
  49.   1. Make sure that the xfs filesystem is mounted.
  50.  
  51.   2. copy QDOS4amiga3.zip somewhere convenient (RAM: for example)
  52.  
  53.   3. Insert a blank disk into DF0:
  54.  
  55.   4. From a CLI type:
  56.  
  57.        QLFormat -u0 -mQLutils -a
  58.        DiskChange FD0:
  59.        UNZIP -j -N RAM:QDOS4amiga3.zip -d FD0:
  60.  
  61.   The QLFormat command can be found in the C directory of the first
  62.   Amiga-QDOS archive (QDOS4amiga1.lha)
  63.  
  64.   Use UNZIP 5.32 or later so as to preserve filenotes.
  65.  
  66.   Files on QDOS disks have a 64 byte header that is not normally seen
  67.   by the filesystem. The header stores info about an executables
  68.   dataspace which is similar to stacksize in AmigaDOS. XFS presents
  69.   the dataspace to AmigaDOS in the filenote as a series of hex bytes.
  70.  
  71.  
  72. GOT A REAL QL?
  73.  
  74. The support disk can also be created on a real QL but requires that you
  75. transfer the archive onto a QDOS disk and that you aquire a version of
  76. UNZIP for QDOS. You should then format a fresh floppy and type something
  77. like:
  78.         EW UNZIP;"QDOS4amiga.zip"
  79.  
  80.  
  81. CONTACT
  82.  
  83.   post: MARK J SWIFT          e-mail: msw@blackpool.ac.uk
  84.         175 CHURCH STREET
  85.         BLACKPOOL
  86.         LANCS
  87.         FY1 3NX
  88.